projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
159bf28
)
(find-dired-filter): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Mar 2002 12:00:58 +0000
(12:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Mar 2002 12:00:58 +0000
(12:00 +0000)
lisp/find-dired.el
patch
|
blob
|
history
diff --git
a/lisp/find-dired.el
b/lisp/find-dired.el
index a09283ec29b5f167693d7d7869a83dad8394310b..d07c983c1dc496118defe8e83a6f452922dff163 100644
(file)
--- a/
lisp/find-dired.el
+++ b/
lisp/find-dired.el
@@
-185,7
+185,7
@@
Thus ARG can also contain additional grep options."
(find-dired dir
(concat "-type f -exec grep " find-grep-options " -e "
(shell-quote-argument regexp)
-
args
" {} \\\; ")))
+ " {} \\\; ")))
(defun find-dired-filter (proc string)
;; Filter for \\[find-dired] processes.